home *** CD-ROM | disk | FTP | other *** search
- ; Generic enemy ai
-
- // GENERAL
- attackType 5
- attackFlags 0x01
- attackRate 0.5
- attackAlt 0.5
- moveType 4
- moveFlags 0x20
- moveDist 1024.0
- moveRate 1.0
- chaseDist 1024.0
- chaseRate 1.0
- searchDist 800.0
- searchRate 1.0
- behaviorClass 0
- interestNum 0
- wanderRadius 1024.0
- wakeupDelay 0
- searchStyle 0
- mindFlags 0x1
-
- verylowhealth 0.15
- lowhealth 0.30
- lowblood 0.30
- highdamage 0.30
-